services.podman.containers.<name>.ports
A mapping of ports between host and container
- Type
list of string- Default
[ ]- Example
[ "8080:80" "8443:443" ]- Declared
- <home-manager/modules/services/podman/linux/containers.nix>
A mapping of ports between host and container
list of string[ ][
"8080:80"
"8443:443"
]